From 3388a1b146a4808a467c7d39c32b637811b54289 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Jard=C3=B3n?= Date: Fri, 30 Oct 2009 06:07:15 +0100 Subject: [PATCH] Use "Since: 2.x" instead "Since 2.x" --- gdk-pixbuf/gdk-pixbuf-util.c | 2 +- gtk/gtkcellrendererspinner.c | 6 +++--- gtk/gtkspinner.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gdk-pixbuf/gdk-pixbuf-util.c b/gdk-pixbuf/gdk-pixbuf-util.c index 6e8f09eac3..58ee842cc7 100644 --- a/gdk-pixbuf/gdk-pixbuf-util.c +++ b/gdk-pixbuf/gdk-pixbuf-util.c @@ -267,7 +267,7 @@ gdk_pixbuf_saturate_and_pixelate(const GdkPixbuf *src, * Return value: A newly-created pixbuf, or a reference to the * input pixbuf (with an increased reference count). * - * Since 2.12 + * Since: 2.12 **/ GdkPixbuf * gdk_pixbuf_apply_embedded_orientation (GdkPixbuf *src) diff --git a/gtk/gtkcellrendererspinner.c b/gtk/gtkcellrendererspinner.c index 41bf6cc117..70614d35f3 100644 --- a/gtk/gtkcellrendererspinner.c +++ b/gtk/gtkcellrendererspinner.c @@ -116,7 +116,7 @@ gtk_cell_renderer_spinner_class_init (GtkCellRendererSpinnerClass *klass) * * Whether the spinner is active (ie. shown) in the cell * - * Since 2.20 + * Since: 2.20 */ g_object_class_install_property (object_class, PROP_ACTIVE, @@ -136,7 +136,7 @@ gtk_cell_renderer_spinner_class_init (GtkCellRendererSpinnerClass *klass) * by looking at the #GtkSpinner:num-steps style property and the duration * of the cycle by looking at #GtkSpinner:cycle-duration. * - * Since 2.20 + * Since: 2.20 */ g_object_class_install_property (object_class, PROP_PULSE, @@ -150,7 +150,7 @@ gtk_cell_renderer_spinner_class_init (GtkCellRendererSpinnerClass *klass) * * The #GtkIconSize value that specifies the size of the rendered spinner. * - * Since 2.20 + * Since: 2.20 */ g_object_class_install_property (object_class, PROP_SIZE, diff --git a/gtk/gtkspinner.c b/gtk/gtkspinner.c index 036d0b1812..57c84a0860 100644 --- a/gtk/gtkspinner.c +++ b/gtk/gtkspinner.c @@ -120,7 +120,7 @@ gtk_spinner_class_init (GtkSpinnerClass *klass) * * Whether the spinner is active * - * Since 2.20 + * Since: 2.20 */ g_object_class_install_property (gobject_class, PROP_ACTIVE, -- 2.30.2